home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc Development Framework / ODFDev / ODF / OS / Layer / Other / FWOS.r
Encoding:
Text File  |  1995-11-08  |  1.1 KB  |  54 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWOS.r
  4. //    Release Version:    $ 1.0d11 $
  5. //
  6. //    Copyright:    1995 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWRESFIL_K
  11. #include "FWResFil.k"
  12. #endif
  13.  
  14. #ifdef FW_BUILD_WIN
  15.  
  16. #if 0
  17.  
  18. resource STRTABLE
  19. {
  20.     1, "ODF OS Layer Shared Library. Copyright 1995 Apple Computer, Inc.";
  21. }
  22. #endif
  23. #endif
  24.  
  25. #include "CodeFragmentTypes.r"
  26.  
  27. //-------------------------------------------------------------------------------------
  28. // cfrg Resource
  29. //-------------------------------------------------------------------------------------
  30.  
  31. resource 'cfrg' (0) {
  32.     {    /* array memberArray: 1 elements */
  33.         /* [1] */
  34. #ifdef FW_BUILD_MAC68K
  35.         kMotorola,
  36. #else
  37.         kPowerPC,
  38. #endif
  39.         kFullLib,
  40.         kNoVersionNum,
  41.         kNoVersionNum,
  42.         kDefaultStackSize,
  43.         kNoAppSubFolder,
  44.         kIsLib,
  45.         kOnDiskFlat,
  46.         kZeroOffset,
  47.         kWholeFork,
  48.         "ODFOS"
  49.     }
  50. };
  51.  
  52. //#ifdef FW_BUILD_MAC
  53. //include "FWIcons.rsrc" not 'ckid';
  54. //#endif